google.golang.org/grpc/internal/transport.http2Client.goAway (field)
6 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L92: goAway chan struct{}
http2_client.go#L346: goAway: make(chan struct{}),
http2_client.go#L913: case <-t.goAway:
http2_client.go#L1390: case <-t.goAway: // t.goAway has been closed (i.e.,multiple GoAways).
http2_client.go#L1398: close(t.goAway)
http2_client.go#L1854: return t.goAway
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)